diff options
Diffstat (limited to 'src/tests/xml.cpp')
-rw-r--r-- | src/tests/xml.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/xml.cpp b/src/tests/xml.cpp index 9ef6a7e..9689a28 100644 --- a/src/tests/xml.cpp +++ b/src/tests/xml.cpp | |||
@@ -6,9 +6,9 @@ | |||
6 | int main() | 6 | int main() |
7 | { | 7 | { |
8 | Bu::File f("test.xml", "r"); | 8 | Bu::File f("test.xml", "r"); |
9 | Bu::XmlReader xr( f ); | 9 | XmlReader xr( f ); |
10 | 10 | ||
11 | xr.read(); | 11 | //xr.read(); |
12 | 12 | ||
13 | return 0; | 13 | return 0; |
14 | } | 14 | } |