changeset 195:ccc629603f11

fixed typo in escape_octal_02
author thomask
date Tue, 14 Dec 2004 08:59:31 +0000
parents 4738f3ef80ad
children a9f6ad8c7eff
files nocompile/escape_octal_02.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nocompile/escape_octal_02.d	Sun Dec 12 23:08:32 2004 +0000
+++ b/nocompile/escape_octal_02.d	Tue Dec 14 08:59:31 2004 +0000
@@ -3,6 +3,6 @@
 module dstress.nocompile.escape_octal_02;
 
 int main(){
-	char[] string="\08";
+	char[] string="\";
 	return 0;
 }