Skip to content

Commit c652c2e

Browse files
committed
Fix bin/dotc checkjar of wrong package
1 parent ba67e55 commit c652c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dotc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function checkjar {
7575
fi
7676
}
7777

78-
checkjar $INTERFACES_JAR interfaces/package interfaces
78+
checkjar $INTERFACES_JAR dotty-interfaces/package interfaces
7979
checkjar $MAIN_JAR package src
8080
checkjar $TEST_JAR test:package test
8181

0 commit comments

Comments
 (0)