Changeset 4728 for gaycko/trunk
- Timestamp:
- Feb 1, 2011, 2:42:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gaycko/trunk/src/gaycko.cpp
r4727 r4728 10 10 11 11 char *tstr = testV8(); 12 if(strncmp(tstr, "Hello, World!", 1 1)) {12 if(strncmp(tstr, "Hello, World!", 13)) { 13 13 printf("V8 doesn't seem to work : returned '%s', should return 'Hello, World!'\n", tstr); 14 14 } else {
Note: See TracChangeset
for help on using the changeset viewer.