diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-03 14:13:01 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-03 14:13:01 +0100 |
| commit | a0f29fd390a37f79348e583bf6cdf8eaafd556f3 (patch) | |
| tree | d8e4e8ce59a091d01716271b672167a8660c48d1 /src/test/java/org/zwobble | |
| parent | 3d4581cbac49ff887a53c21d064b19750f02f6e6 (diff) | |
Split out paths section of Rust AST
Diffstat (limited to 'src/test/java/org/zwobble')
| -rw-r--r-- | src/test/java/org/zwobble/hobgoblin/compiler/output/lang/rust/RustWriterTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/java/org/zwobble/hobgoblin/compiler/output/lang/rust/RustWriterTests.java b/src/test/java/org/zwobble/hobgoblin/compiler/output/lang/rust/RustWriterTests.java index 55549b0..d512181 100644 --- a/src/test/java/org/zwobble/hobgoblin/compiler/output/lang/rust/RustWriterTests.java +++ b/src/test/java/org/zwobble/hobgoblin/compiler/output/lang/rust/RustWriterTests.java @@ -357,7 +357,7 @@ public class RustWriterTests { assertThat(string, equalTo("false")); } - // == Types == + // == Paths == @Test public void typeSegmentsAreSeparatedByDoubleColons() throws IOException { |
