diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-04 10:44:45 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-04 10:44:45 +0100 |
| commit | ccdb723a676f66ad6c1d55496e0272195fdd1fcc (patch) | |
| tree | 7da89fc0cd38aaa2bbc7c7a88fedb285a583f1fb /src/test/java/org | |
| parent | 8cac5140ee16f34753cd9c207a09c87767cdad71 (diff) | |
Execute example Rust programs
Diffstat (limited to 'src/test/java/org')
| -rw-r--r-- | src/test/java/org/zwobble/hobgoblin/compiler/ExampleTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/java/org/zwobble/hobgoblin/compiler/ExampleTests.java b/src/test/java/org/zwobble/hobgoblin/compiler/ExampleTests.java index 80d0507..80c2fbd 100644 --- a/src/test/java/org/zwobble/hobgoblin/compiler/ExampleTests.java +++ b/src/test/java/org/zwobble/hobgoblin/compiler/ExampleTests.java @@ -35,7 +35,7 @@ public class ExampleTests { } private void verifyRustOutput(ExampleSet exampleSet) throws NoSuchAlgorithmException, IOException, InterruptedException { - verifyOutput(exampleSet, "rust", List.of("cargo", "build")); + verifyOutput(exampleSet, "rust", List.of("cargo", "run")); } private void verifyOutput( |
