diff options
Diffstat (limited to 'src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp')
-rw-r--r-- | src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp b/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp index 27d748867..cbe204ffb 100644 --- a/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp +++ b/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp @@ -1,4 +1,4 @@ -/* $Id: tstSupLoadModule.cpp 35188 2010-12-16 15:13:07Z vboxsync $ */ +/* $Id: tstSupLoadModule.cpp $ */ /** @file * SUP Testcase - Test SUPR3LoadModule. */ @@ -94,7 +94,7 @@ int main(int argc, char **argv) return 1; case 'V': - RTPrintf("$Revision: 35188 $\n"); + RTPrintf("$Revision: 69027 $\n"); return 0; default: |