diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-05-27 16:03:03 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-05-27 16:03:03 +0000 |
commit | 0192b63f304c75f225d7ad13c1ee348597195c77 (patch) | |
tree | 31669ba1b8b46e9d5cffb904778e191faca9de9a /www/tutorial-1.html | |
parent | 77bcf7c643e72891d9ec468a41d1ab9c89b86dfe (diff) | |
download | klee-0192b63f304c75f225d7ad13c1ee348597195c77.tar.gz |
Move the regular expression example to "Tutorial Two".
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72472 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/tutorial-1.html')
-rw-r--r-- | www/tutorial-1.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/tutorial-1.html b/www/tutorial-1.html index 9f458237..3f9bfc4e 100644 --- a/www/tutorial-1.html +++ b/www/tutorial-1.html @@ -4,7 +4,7 @@ <html> <head> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> - <title>The KLEE Symbolic Virtual Machine</title> + <title>KLEE - Tutorial One</title> <link type="text/css" rel="stylesheet" href="menu.css"> <link type="text/css" rel="stylesheet" href="content.css"> </head> @@ -116,7 +116,7 @@ <pre class="output"> $ ktest-tool klee-last/test000001.ktest - bout file : 'klee-last/test000001.ktest' + ktest file : 'klee-last/test000001.ktest' args : ['demo.o'] num objects: 1 object 0: name: 'input' |