File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2918,7 +2918,7 @@ TEST(SchemaValidator, Schema_UnknownError) {
2918
2918
2919
2919
TEST (SchemaValidator, Uri_Parse) {
2920
2920
typedef std::basic_string<Value::Ch> String;
2921
- typedef Uri<GenericSchemaDocument<Value, MemoryPoolAllocator<> >> Uri;
2921
+ typedef Uri<GenericSchemaDocument<Value, MemoryPoolAllocator<> > > Uri;
2922
2922
MemoryPoolAllocator<CrtAllocator> allocator;
2923
2923
2924
2924
String s = " http://auth/path?query#frag" ;
@@ -3028,7 +3028,7 @@ TEST(SchemaValidator, Uri_Parse) {
3028
3028
3029
3029
TEST (SchemaValidator, Uri_Resolve) {
3030
3030
typedef std::basic_string<Value::Ch> String;
3031
- typedef Uri<GenericSchemaDocument<Value, MemoryPoolAllocator<> >> Uri;
3031
+ typedef Uri<GenericSchemaDocument<Value, MemoryPoolAllocator<> > > Uri;
3032
3032
3033
3033
// ref is full uri
3034
3034
Uri base = Uri (String (" http://auth/path/#frag" ));
You can’t perform that action at this time.
0 commit comments