diff options
| author | 2019-09-24 21:33:45 +0000 | |
|---|---|---|
| committer | 2019-09-24 21:33:45 +0000 | |
| commit | ca34692de1790b7d6837abfc14126e81de8e71fd (patch) | |
| tree | 4fe464c3f495b0349005991adb298991b5924dda /rust/compiler_test.go | |
| parent | ec3e81b4becb539994dd11761b214bd16d3aa57f (diff) | |
| parent | 5ca5ef6788a557f28edb8feea89e4493af2f4a67 (diff) | |
Merge "Fix proc_macro dependency handling."
Diffstat (limited to 'rust/compiler_test.go')
| -rw-r--r-- | rust/compiler_test.go | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/rust/compiler_test.go b/rust/compiler_test.go index 536909641..bbf9f8d11 100644 --- a/rust/compiler_test.go +++ b/rust/compiler_test.go @@ -64,7 +64,6 @@ func TestEnforceSingleSourceFile(t *testing.T) {  		rust_proc_macro {  			name: "foo-bar-proc-macro",  			srcs: ["foo.rs", "src/bar.rs"], -			host_supported: true,  		}`)  	// Test prebuilts |