Index: clang/unittests/Format/FormatTest.cpp =================================================================== --- clang/unittests/Format/FormatTest.cpp +++ clang/unittests/Format/FormatTest.cpp @@ -7649,7 +7649,8 @@ verifyFormat("a = 1;", Style); verifyFormat("a >>= 1;", Style); - verifyFormat("test < a - 1 >> 1;"); + verifyFormat("test < a | b >> c;"); + verifyFormat("test> c;"); verifyFormat("test >> a >> b;"); verifyFormat("test << a >> b;");