2005-08-19 Satya Sudha K <ksathyasudha@novell.com>
[mono.git] / mcs / class / Microsoft.VisualBasic / Test / standalone / 6924.vb
index 94a7fde940831ab8b09f0084ca47e40b15162986..9827d42a54f3ed31b4bae4d8a0b7982639ea4c99 100644 (file)
@@ -49,7 +49,7 @@ Public Class TestClass
         '// Directory does not exist.
         caughtException = False
         Try
-            RmDir(System.IO.Directory.GetCurrentDirectory() + "\data\not_found")
+            RmDir(System.IO.Directory.GetCurrentDirectory() + "/data/not_found")
         Catch e As DirectoryNotFoundException
             If Err.Number = 76 Then
                 caughtException = True