Skip to content

Commit 70ca5bb

Browse files
committed
Use standard error format (#154)
1 parent 644b705 commit 70ca5bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
run: ./gradlew build conformanceTests demoTest --include-build ../jspecify
3131
env:
3232
SHALLOW: 1
33-
- name: Check out jspecify/samples-google-prototype
33+
- name: Check out jspecify/samples-google-prototype-eisop
3434
if: always()
3535
run: |
36-
git fetch --depth=1 origin samples-google-prototype
37-
git checkout samples-google-prototype
36+
git fetch --depth=1 origin samples-google-prototype-eisop
37+
git checkout samples-google-prototype-eisop
3838
working-directory: jspecify
3939
- name: Run Samples Tests
4040
if: always()

tests/minimal/Demo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@NullMarked
1919
class Demo {
2020
Object mismatch(@Nullable Object o) {
21-
// jspecify_nullness_mismatch
21+
// :: error: jspecify_nullness_mismatch
2222
return o;
2323
}
2424
}

0 commit comments

Comments
 (0)