aboutsummaryrefslogtreecommitdiff
path: root/src/tests/uuid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/uuid.cpp')
-rw-r--r--src/tests/uuid.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/uuid.cpp b/src/tests/uuid.cpp
index b6470fa..d2f67b1 100644
--- a/src/tests/uuid.cpp
+++ b/src/tests/uuid.cpp
@@ -15,6 +15,7 @@ int main()
15 Uuid i = Uuid::gen(); 15 Uuid i = Uuid::gen();
16 16
17 sio << i.toString() << sio.nl; 17 sio << i.toString() << sio.nl;
18 sio << "Version: " << i.getVersion() << sio.nl;
18 19
19 return 0; 20 return 0;
20} 21}