From f2a45274fd30d1ad94c45b5e0eae8c64bd34e1cc Mon Sep 17 00:00:00 2001 From: Vladimir Moskva Date: Thu, 3 Aug 2017 18:15:19 +0200 Subject: [PATCH] Make rule tests compatible with the new string representations in Skylark --- test/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/BUILD b/test/BUILD index c0215aa473..e9fd5d0eca 100644 --- a/test/BUILD +++ b/test/BUILD @@ -15,7 +15,7 @@ rule_test( name ="hello_lib_rule_test", generates = ["libhello_lib.rlib"], provides = { - "rust_lib": "/libhello_lib.rlib$", + "rust_lib": "/libhello_lib.rlib>\\?$", "transitive_libs": "^\\[\\]$" }, rule = "@examples//hello_lib:hello_lib",