Skip to content

Commit b61e24b

Browse files
committed
Reproduce and minimize error
1 parent 7735c04 commit b61e24b

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

project/scripts/bootstrapCmdTests

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
set -e
4+
35
source $(dirname $0)/cmdTestsCommon.inc.sh
46

57
# check that benchmarks can run

tests/pos/i9525/VolatileByteRef.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
public final class VolatileByteRef implements java.io.Serializable {
2+
volatile public byte elem;
3+
}

tests/pos/i9525/volatile.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package scala
2+
3+
final class volatile extends scala.annotation.StaticAnnotation

0 commit comments

Comments
 (0)