diff options
| author | Fuwn <[email protected]> | 2026-02-26 10:39:30 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-26 10:40:00 -0800 |
| commit | 792a645ad714ed8e6d8af80d2cf2ab710f6a786e (patch) | |
| tree | 00868e4c4996e128134249de40d84e4c0e7fad1f /lab_6/unity/test/tests | |
| parent | feat(lab_6): Add initial files (diff) | |
| download | cst456-792a645ad714ed8e6d8af80d2cf2ab710f6a786e.tar.xz cst456-792a645ad714ed8e6d8af80d2cf2ab710f6a786e.zip | |
fix(lab_6): default Unity rake target to gcc_64
Diffstat (limited to 'lab_6/unity/test/tests')
| -rw-r--r-- | lab_6/unity/test/tests/Testfoo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lab_6/unity/test/tests/Testfoo.c b/lab_6/unity/test/tests/Testfoo.c index 72e0c1a..eac2bee 100644 --- a/lab_6/unity/test/tests/Testfoo.c +++ b/lab_6/unity/test/tests/Testfoo.c @@ -81,4 +81,4 @@ void testTEST_ASSERT_BIT_HIGH (void) void testsquareNumber (void)
{
-}
\ No newline at end of file +}
|