diff options
author | Oskar <> | 2024-03-22 13:53:00 +0100 |
---|---|---|
committer | Oskar <> | 2024-03-22 13:53:00 +0100 |
commit | 6f162676864f6972c302ecab71e44149fa039551 (patch) | |
tree | c9c33c0f219be8edaff0075c5a29d14acbd6b026 /test/validate_check_imm.c | |
parent | 55ac4ebe3bed9b112fa553abece277b309c76bb9 (diff) |
vcpm tested, seems OK
Diffstat (limited to 'test/validate_check_imm.c')
-rw-r--r-- | test/validate_check_imm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/validate_check_imm.c b/test/validate_check_imm.c index b350e68..57c0cdb 100644 --- a/test/validate_check_imm.c +++ b/test/validate_check_imm.c @@ -22,7 +22,7 @@ int main () { printf("?\n"); } if(ret == _VALID) { - printf("valid\n"); + printf("valid plusonly\n"); } }
\ No newline at end of file |