mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-11 04:11:42 +00:00
Add CLI tests for RGBASM
This commit is contained in:
+3
-1
@@ -325,8 +325,10 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
break;
|
||||
|
||||
// LCOV_EXCL_START
|
||||
default:
|
||||
usage.printAndExit(1); // LCOV_EXCL_LINE
|
||||
usage.printAndExit(1);
|
||||
// LCOV_EXCL_STOP
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user