Update conflict marker formatting test. We now no longer format the second branch of hte merge.

This commit is contained in:
Cyrus Najmabadi
2014-12-19 11:33:45 -08:00
parent ff9f59c913
commit 0707350c7b

View File

@@ -2,7 +2,7 @@
////class C {
////<<<<<<< HEAD
//// v = 1;
////v = 1;
////=======
////v = 2;
////>>>>>>> Branch - a
@@ -13,6 +13,6 @@ verify.currentFileContentIs("class C {\r\n\
<<<<<<< HEAD\r\n\
v = 1;\r\n\
=======\r\n\
v = 2;\r\n\
v = 2;\r\n\
>>>>>>> Branch - a\r\n\
}");