Skip to content

Commit 3783aa8

Browse files
committed
add nested aggregate alignment test
1 parent 609cc0b commit 3783aa8

File tree

2 files changed

+388
-0
lines changed

2 files changed

+388
-0
lines changed

dartagnan/src/test/java/com/dat3m/dartagnan/spirv/basic/SpirvAssertionsTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ public static Iterable<Object[]> data() throws IOException {
128128
{"alignment.spv.dis", OPENCL, 9, PASS},
129129
{"alignment2.spv.dis", OPENCL, 1, PASS},
130130
{"alignment3.spv.dis", OPENCL, 1, PASS},
131+
{"alignment4.spv.dis", OPENCL, 1, PASS},
131132
});
132133
}
133134

0 commit comments

Comments
 (0)