dplassgit / d2lang

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

Make NasmCodeGeneratorTestBase "final" and change all its public methods to be static #315

Closed dplassgit closed 1 month ago

dplassgit commented 6 months ago

So no other test class extends it, but can still use its methods.

And while you're at it, move it to the https://github.com/dplassgit/d2lang/tree/trunk/src/com/plasstech/lang/d2/codegen/x64/testing directory (which does not exist yet. See also issue #274).

dplassgit commented 6 months ago

https://github.com/dplassgit/d2lang/blob/trunk/test/com/plasstech/lang/d2/codegen/x64/NasmCodeGeneratorTestBase.java for reference