mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-11 08:48:38 +00:00
Add more test cases (#11)
This commit is contained in:
@@ -15,3 +15,9 @@ type RunResult =
|
||||
/// Final interpreter state after we stopped executing.
|
||||
FinalState : IlMachineState
|
||||
}
|
||||
|
||||
type TestCase =
|
||||
{
|
||||
FileName : string
|
||||
ExpectedReturnCode : int
|
||||
}
|
||||
|
Reference in New Issue
Block a user