Skip to content

Commit

Permalink
Upgrade examples to chapel 2.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Jun 12, 2024
1 parent 7fb233b commit 19565f9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/all-fail/Mason.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[brick]
name="example-all-fail"
version="0.1.0"
chplVersion="1.32.0"
chplVersion="2.0.0"
type="application"
2 changes: 1 addition & 1 deletion tests/empty-file/Mason.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[brick]
name="example-empty-file"
version="0.1.0"
chplVersion="1.32.0"
chplVersion="2.0.0"
type="application"
2 changes: 1 addition & 1 deletion tests/partial-fail/Mason.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[brick]
name="example-partial-fail"
version="0.1.0"
chplVersion="1.32.0"
chplVersion="2.0.0"
type="application"
2 changes: 1 addition & 1 deletion tests/success/Mason.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[brick]
name="example-success"
version="0.1.0"
chplVersion="1.32.0"
chplVersion="2.0.0"
type="application"
2 changes: 1 addition & 1 deletion tests/syntax-error/Mason.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[brick]
name="example-syntax-error"
version="0.1.0"
chplVersion="1.32.0"
chplVersion="2.0.0"
type="application"

0 comments on commit 19565f9

Please sign in to comment.