dplassgit / d2lang

D2 is a strongly-typed, statically-typed, (mostly) inferred-type compiled language.
MIT License
6 stars 1 forks source link

If there's an unexpected (syntax) error in a NasmCodeGeneratorBaseTest, it doesn't throw #284

Closed dplassgit closed 9 months ago

dplassgit commented 9 months ago

It's missing a check in https://github.com/dplassgit/d2lang/blob/trunk/test/com/plasstech/lang/d2/codegen/x64/NasmCodeGeneratorTestBase.java#L110