[PATCH] D43600: Fix TestMoveNearest on Windows

Adrian McCarthy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 14:50:04 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL325836: Fix TestMoveNearest on Windows (authored by amccarth, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D43600?vs=135345&id=135524#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D43600

Files:
  lldb/trunk/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/foo.h


Index: lldb/trunk/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/foo.h
===================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/foo.h
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/foo.h
@@ -1,6 +1,5 @@
-LLDB_TEST_API inline int foo1() { return 1; } // !BR1
+inline int foo1() { return 1; } // !BR1
 
-LLDB_TEST_API inline int foo2() { return 2; } // !BR2
+inline int foo2() { return 2; } // !BR2
 
 LLDB_TEST_API extern int call_foo1();
-LLDB_TEST_API extern int call_foo2();


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43600.135524.patch
Type: text/x-patch
Size: 637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180222/2c7d6bf3/attachment.bin>


More information about the llvm-commits mailing list